home *** CD-ROM | disk | FTP | other *** search
/ Freelog 38 / Freelog038.iso / Divers / OrbiterMods / Orbiter_Intro.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-10-02  |  115b  |  10 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       nextFrame();
  5.       play();
  6.    }
  7.    nextFrame();
  8.    play();
  9. }
  10.